Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default view option #137

Merged
merged 21 commits into from
Oct 24, 2023
Merged

Add default view option #137

merged 21 commits into from
Oct 24, 2023

Conversation

asimonok
Copy link
Collaborator

Resolves #136

@asimonok asimonok requested a review from mikhail-vl October 24, 2023 07:49
@asimonok asimonok self-assigned this Oct 24, 2023
@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (58ecea7) 96.25% compared to head (41f7e0b) 96.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
+ Coverage   96.25%   96.34%   +0.09%     
==========================================
  Files          54       56       +2     
  Lines         694      712      +18     
  Branches      111      113       +2     
==========================================
+ Hits          668      686      +18     
  Misses         12       12              
  Partials       14       14              
Files Coverage Δ
src/components/BigCalendar/BigCalendar.tsx 90.38% <100.00%> (ø)
...components/DefaultViewEditor/DefaultViewEditor.tsx 100.00% <100.00%> (ø)
src/components/DefaultViewEditor/index.ts 100.00% <100.00%> (ø)
src/components/index.ts 100.00% <100.00%> (ø)
src/constants/default.ts 100.00% <100.00%> (ø)
src/constants/options.ts 100.00% <100.00%> (ø)
src/constants/tests.ts 100.00% <ø> (ø)
src/hooks/useCalendarRange.ts 100.00% <100.00%> (ø)
src/module.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikhail-vl mikhail-vl changed the title Feat/default view option Add default view option Oct 24, 2023
@mikhail-vl mikhail-vl added the enhancement New feature request label Oct 24, 2023
@mikhail-vl mikhail-vl added this to the Version 2.3.0 milestone Oct 24, 2023
Copy link
Member

@mikhail-vl mikhail-vl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mikhail-vl mikhail-vl merged commit 745c53e into main Oct 24, 2023
6 checks passed
@mikhail-vl mikhail-vl deleted the feat/default-view-option branch October 24, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add default view option to select week, year instead of month
2 participants